SftTree/NET 2.0

FirstChild Property, ItemClass Class

Softel vdm, Inc.

Returns the item's first dependent.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property FirstChild As ItemClass

C#   

public ItemClass FirstChild { get; }

C++   

public: property ItemClass^ FirstChild {
        ItemClass^ get();
}

Property Value

The first child or null/Nothing if the item has no child items.

Comments

The FirstChild property returns the item's first dependent.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com